home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / PING < prev    next >
Text File  |  1994-09-16  |  1KB  |  24 lines

  1.  
  2. ping <host> [<length> [<repeat_ms> [<incflag>]]]
  3.  
  4.      Verify a host is alive, by sending it ICMP Echo Request packets.
  5.  
  6.      <host> is the address to ping.
  7.  
  8.      <length> is the number of bytes to use in the data portion of the
  9.      packet being built.  <length> defaults to a small value, sufficient
  10.      to contain a timestamp to facilitate determining round-trip timing.
  11.      Any additional data bytes will contain 0x55 characters ('U').
  12.  
  13.      <repeat_ms> specifies that instead of sending a single ping, a session
  14.      is to be established to do repeated pings every <repeat_ms> MILLISECONDS.
  15.      A running display of attempts, round-trip times, and mean deviation of
  16.      round-trip times is maintained in this session.  To terminate the
  17.      session, press F10 and then use the reset command.
  18.  
  19.      <incflag> indicates that the host IP address is to be incremented
  20.      by one at each ping attempt.  It is intended to help search blocks
  21.      of IP addresses for active hosts.  It should be used sparingly if
  22.      at all.
  23.  
  24.